protected virtual void OnSaveFileDialogClosed( NSaveFileDialogResult result, NRectangle bounds, System.double dpi, Function successCallback, Nevron.Nov.Function<Exception> failCallback )
Parameters
- result
- Dialog result.
- bounds
- Bounding box of the area to be exported.
- dpi
- Resolution of the image.
- successCallback
- Called if the image has been successfully saved to the given file. Can be null.
- failCallback
- Called if an error occurs. Can be null.